home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1566 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.cam-ani.co.uk!news
  2. From: ellis@cam-ani.co.uk
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: MIME
  5. Date: Thu, 22 Feb 1996 14:07:32 GMT
  6. Organization: Cambridge Animation Systems Ltd
  7. Sender: news@cam-ani.co.uk
  8. Message-ID: <Dn6KKL.1Ex@cam-ani.co.uk>
  9. References: <479.6625T708T1799@academy.bastad.se>
  10. X-NNTP-Posting-Host: gateway.cam-ani.co.uk
  11. X-Newsreader: Alexandra.app (Version 0.81)
  12.  
  13. jkjell@academy.bastad.se (John Kjellberg) wrote:
  14. > Can any1 tell me what different types of mime there is. In
  15. > IBrowse under 'ext. viewers' it's suposed to type something
  16. > under types and MIME but what? If I whan't to config it
  17. > for binaries, lha arc or everything that don't fit under
  18. > any other types that the ones configed, how do I do that?
  19.  
  20. There are 7 MIME major types:
  21.  
  22. text            -    Anything which is largely text and 
  23.                      probably readable without a decoder.
  24. image           -    A static image
  25. audio           -    A sound sample, but could be a piece of music
  26. video           -    Moving images, possibly with soundtrack 
  27. application     -    application specific information, e.g. a 
  28.              document containing images different fonts etc.
  29. message         -    Various uses, e.g. for splitting up a large 
  30.              message into multiple smaller messages or 
  31.              embedding a message within a message.
  32. multipart       -    For messages/parts with more than one part
  33.  
  34. You must NOT define other major types. I've seen most commonly
  35. a music major type, this is illegal in the MIME standard.
  36.  
  37. There are several standard subtypes which are fairly self explanitory:
  38.  
  39. text/plain, text/enriched, image/gif, image/jpeg, audio/basic, video/mpeg, 
  40. application/postscript, applications/octet-stream, message/partial, 
  41. message/rfc822, multipart/parallel, multipart/mixed.
  42.  
  43. Other, non-standard subtypes should start with the prefix x-.
  44.  
  45. In your case you could define the following types which seem to be standard 
  46. amongst Amiga MIME users:
  47.  
  48. application/x-lha        -        LHA archive
  49. application/x-lzx        -        LZX archive
  50. audio/x-mod              -        MOD format
  51. image/x-ilbm             -        ILBM IFF image
  52. sound/x-8svx             -        8SVX IFF sound
  53. video/x-anim             -        ANIM IFF animation
  54.  
  55. If you want to be able to send e-mail using this, check out
  56. MetaTool on Aminet: it has full multipart MIME capabilities,
  57. and it's **FREE**. It also has a rather good bit in the
  58. documentation about MIME!
  59.  
  60. Ellis.
  61.